home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
BASIC
/
LIB
/
EVENTSHELL
/
DOCS
/
Sliders
< prev
next >
Wrap
Text File
|
1996-02-19
|
1KB
|
51 lines
FNshell_AttachSliderHandler()
=> int window handle
int background icon handle
int slider icon handle
int display icon handle
int increment value icon handle
int decrement value icon handle
str function to call on value change
<= int slider handle
This routine returns a handle that can be used to refer
to the slider in other routine calls, for example
PROCshell_SliderSetValue.
User FN (PROCshell_AttachSliderHandler)
=> int new value of slider
<= int no meaning
Called every time the value of the slider
changes.
--------------------------------------------------------
PROCshell_SliderSetValue()
=> int slider handle
int value (0-100)
--------------------------------------------------------
FNshell_SliderGetValue()
=> int slider handle
<= int slider value
--------------------------------------------------------
FNshell_SliderGetHandle()
=> int window handle
int icon handle
<= int slider handle (-1 if handle is
illegal)
Use this routine to discover the handle of a slider
whose events have been attached by !EvntEdit. This
enables you to change the slider value for example.
--------------------------------------------------------